Contribution org.nuxeo.ecm.core.trash.TrashService--configuration
In component org.nuxeo.ecm.core.trash.TrashService
org.nuxeo.ecm.core.trash.TrashService
inside nuxeo-core-9.10.jar /OSGI-INF/trash-service.xml
This contribution is part of XML component Documentation
Property defining the behavior when putting a checked in document in the trash. When true, the document will be kept checked in (this avoids growing quotas). When false, the document will be checked out (compatibility behavior).
Extension Point
Extension point configuration of component ConfigurationService.Contributed Items
XML Source
<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
<documentation>
Property defining the behavior when putting a checked in document in the trash.
When true, the document will be kept checked in (this avoids growing quotas).
When false, the document will be checked out (compatibility behavior).
</documentation>
<property name="org.nuxeo.trash.keepCheckedIn">true</property>
</extension>